@font-face {
    font-family: 'bold';
    src: url('../assets/fonts/headline.ttf');
}

@font-face {
    font-family: 'basic';
    src: url('../assets/fonts/basic.ttf');
}

@font-face {
    font-family: 'light';
    src: url('../assets/fonts/light.ttf');
}

body{
    background-color: #1c1c1b;
    /* background-image: url("../assets/images/background.png"); */
    /* background-repeat: repeat; */
    color: #fff;
    font-family: 'basic';
    margin: 0!important;
}
/* a:hover{
    color: initial;
} */
.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    background-color: #fff;
    z-index: 999999999;
    background-image: url("../assets/images/loader.svg");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: .4s all;
    overflow: hidden;
}
h3,h5,h1,h2,p{
    margin: 0;
}
.website-p{
    text-align: center;
    font-family: 'light';
}
.quote{
    font-family: 'bold';
    font-size: 24px;
    text-align: center;
    margin: 30px 0;
    padding: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.website-btn{
    background-color: #373737;
    border:1px solid #373737;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    width: 300px;
    text-align: center;
    text-decoration: none;
}
.website-btn::before{
    background: #fff;
}
.website-btn:hover{
    color: #373737;
    border: 1px solid #373737;
}
.website-title{
    text-align: center;
    font-family: 'bold';
    text-transform: uppercase;
    margin-bottom: 120px;
    position: relative;
    z-index: 0;
}
h1.website-title,h2.website-title {
    margin-top: 120px;
}
.website-title.no-title{
    text-align: center!important;
    margin-top: 30px;
}
.website-title.no-title::before{
    content: "";
    display: none;
}

/* .website-title:before {
    content: "";
    position: absolute;
    font-size: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .2;
    background: url("../assets/images/logo-transparent.png") center center no-repeat;
    width: 100%;
} */
.website-title .title-logo{
    /* max-width: 100%; */
    max-height: 200px;
    position: absolute;
    top: -110%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .4;
    z-index: -1;
    background: #5a5a59;
    border-radius: 15px;
}
.banner-vid .website-title .title-logo {
    background: transparent;
}
.link--surinami:hover span {
    color: transparent;
}

.link--surinami span {
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.link--surinami:hover span {
    color: transparent;
}

.link--surinami span {
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.link--surinami:hover span::before, .link--surinami:hover span::after {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.link--surinami span::after {
    content: attr(data-letters-r);
    right: 0;
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
}
.link--surinami span::before, .link--surinami span::after {
    position: absolute;
    color: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
section{
    padding: 120px 0 0;
}
h3{
    font-family: 'bold';
}
.mobile{
 display: block;
}
.desktop{
    display: none;
}
.main-logo img{
    max-width: 50px;
    transition: .4s all;
}
footer .container{
    max-width: 1260px;
}
footer ul{
    list-style-type: none;
}
footer ul li a{
    color: #fff;
    text-decoration: none;
    transition: .4s all;
}
footer ul li a:hover{
    color: #385A60;
}
.social-icons{
    margin-bottom: 10px;
}
.col-12.align-right p{
    font-size: 12px;
}
footer{
    background: #1c1c1b;
    width: 100%;
}
footer .col-12{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
}
footer a img{
    width: 30px;
    height: 30px;

}
footer .col-12.align-right{
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
.logo-footer{
    max-width: 200px;
}
.social-icons a {
    margin-right: 10px;
}
.social-icons a:last-child{
    margin-right: 0;
}
footer .col-12.logo-footer-container-col{
    padding: 0;
}

.logo-footer-container{
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width:320px) and (max-width:767px){
    /* body{
        overflow-x: hidden!important;
    } */
    .website-title .title-logo {
        top: -50%;
    }
    .main-logo {
        position: absolute;
        top: 0;
        right: 20px;
        left: auto;
        height: 100px;
        width: 80px;
    }
    .main-logo img{
        max-width: 80px;
    }
    .website-title{
        font-size: 42px;
    }
    .logo-footer-container {
        margin: 0 auto;
    }
    footer .col-12 {
        justify-content: center;
    }

}
@media (min-width:768px){

}
@media (min-width:1024px){
    .mobile{
        display: none;
    }
    .desktop{
        display: block;
    }
    .main-logo img{
        max-width: 150px;
    }
    footer .col-lg-8{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer ul{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    footer ul li{
        margin-right: 20px;
    }
}
